Microsoft Sentinel Solutions Documentation

This documentation provides comprehensive information about Microsoft Sentinel Solutions, including data connectors, log tables, content items, parsers, and ASIM parsers.

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊

Overview

Resource Count Details
Solutions 520 416 with connectors, 416 with content
Connectors 597 Data ingestion methods
Methods 11 Data collection methods
Tables 1938 Log Analytics tables
Content 5,992 Analytics, hunting, playbooks, workbooks
Parsers 549 Non-ASIM KQL functions
ASIM Parsers 104 pairs Normalized schema parsers
ASIM Products 91 Products with ASIM support
Statistics - Comprehensive statistics and metrics
Interactive Index - Sortable/filterable HTML view

Notes

⚠️ Unpublished: This item is from a solution that is not yet published on Azure Marketplace or not installed in Content Hub.

🚫 Deprecated: This connector has been deprecated and may be removed in future versions.

Directory Structure

├── solutions-index.md      # Main solutions listing
├── connectors-index.md     # Data connectors listing
├── tables-index.md         # Log tables listing
├── solutions/              # Individual solution pages
├── connectors/             # Individual connector pages
├── tables/                 # Individual table pages
├── content/                # Content item pages
│   ├── content-index.md    # Content items listing
│   └── *.md                # Individual content pages
├── parsers/                # Non-ASIM parser documentation
│   ├── parsers-index.md    # Parsers listing
│   └── *.md                # Individual parser pages
├── asim/                   # ASIM parser documentation
│   ├── asim-index.md       # ASIM parsers index by schema
│   ├── asim-products-index.md  # ASIM parsers index by product
│   └── *.md                # Individual parser pages
└── index.html              # Interactive index (on GitHub Pages)

Source

This documentation is generated from the Azure-Sentinel repository using the Solutions Analyzer tool.

Generating Documentation

To regenerate this documentation:

cd "Tools/Solutions Analyzer"
python map_solutions_connectors_tables.py  # Generate CSVs
python generate_connector_docs.py          # Generate docs

Generated by Solutions Analyzer v7.5 - April 2026